/***************************************************/
/************** iPad Pro 1024px *****************/
/***************************************************/
@media (max-width: 1024px){
	body{
		font-size: 13px;
	}
	section{
		padding: 1px 0;
	}
	#pearlnav ul li a{
		font-size: 11px;
	}
	#pearlCarousel .item h1{
		font-size: 60px;
	}
	.title-desc h2{
		font-size: 30px;
	}
	.title-desc h2:after{
		top: 53px;
	}
	.title-desc h2:before{
		top: 58px;
	}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand{
		margin-left: 60px;
	}
	.brand-centered .navbar-brand{
		font-size: 20px;
	}
	#pearlCarousel .item h1 {
	    font-size: 45px;
	}
}

/***************************************************/
/************** iPad 768px *****************/
/***************************************************/
@media (max-width: 768px) {
	#pearlnav ul li a{
		font-size: 15px;
	}
	.brand-centered .navbar-brand{
		font-size: 15px;
		margin-right: -50px;
	}
	.single-blog a h2{
		font-size: 20px;
	}
	.single-contact h3{
		font-size: 17px;
	}
	.single-contact h2{
		font-size: 24px;
	}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand{
	    margin-left: 0px;
	}
	.about-right h3{
		margin-top: 0;
	}
	.about-left img{
		margin-top: 8px;
	}

	#back-to-top.show{
		display: none !important;
		
	}
}

/***************************************************/
/************** iPhone6 Plus 414px *****************/
/***************************************************/
@media (max-width: 414px) {
	.navbar-brand{
		color: #000 !important;
		margin-left: 0px;
		position: absolute;
		left: 10px;
	}
	#pearlnav ul li{
		padding-top: 0;
	}
	#pearlCarousel{
		margin-top: 75px;
	}
	#pearlCarousel .item h1{
		font-size: 28px;
	}
	a.slider-btn{
		font-size: 10px;
		padding: 7px 12px;
	}
	.title-desc h2 {
	    font-size: 23px;
	}
	.title-desc h2:before {
	    top: 50px;
	}
	.title-desc h2:after {
	    top: 45px;
	}
	.pearl-tab-list li a{
		font-size: 13px;
	}
	.pearl-tab-list li{
		padding: 2px 0;
	}
	.about-single{
		padding-bottom: 25px;
	}
	.single-blog{
		padding-bottom: 25px;
	}
	.navbar-toggle{
		margin-top: 16px;
		margin-bottom: 23px;
	}
	.navbar-default .navbar-toggle .icon-bar,
	.navbar-default .navbar-toggle .icon-bar:focus{
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
	    background-color: #ffb3f9;
	}
	.navbar-default .navbar-toggle{
		background: #dcb5b5;
		border-color: #dcb5b5;
	}
	#pearlnav {
	    background: rgba(240, 115, 138, 0.81);
	}
	.newsletter-form{
		width: 100%;
		padding-top: 0;
	}
	footer{
		text-align: center;
	}
	.footer-social{
		display: table;
		margin: 0 auto;
	}
	.footer-social ul {
	    padding: 0;
	}
	.footer-social ul li{
		display: inline;
	}
	.footer-social ul li:last-child{
		padding-left: 7px;
	}
}

/***************************************************/
/************** iPhone6 Plus 414px *****************/
/***************************************************/
@media (max-width: 360px) {
	.pearl-tab-list li{
		width: 100%;
		margin: 7px 0;
	}
}